home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / ispell.postinst < prev    next >
Text File  |  2009-10-02  |  198b  |  12 lines

  1. #!/bin/sh
  2. # $Id: ispell.postinst,v 1.4 2003/07/04 04:00:38 david Exp $
  3. set -e
  4.  
  5. if [ "$1" = "configure" ] ; then 
  6.     if [ -x /usr/sbin/ispell-autobuildhash ]; then
  7.     ispell-autobuildhash
  8.     fi
  9. fi
  10.  
  11.  
  12.